RESOLVED FIXED 82299
Stop compiling Interpreter.cpp with -fno-var-tracking
https://bugs.webkit.org/show_bug.cgi?id=82299
Summary Stop compiling Interpreter.cpp with -fno-var-tracking
Matt Lilek
Reported 2012-03-26 23:16:29 PDT
Bug 22704 added -fno-var-tracking to work around a bug in GCC. Clang doesn't support this and it throws an error in newer versions of clang. We should remove this now that we use clang. <rdar://problem/11124194>
Attachments
Patch (2.69 KB, patch)
2012-03-26 23:28 PDT, Matt Lilek
andersca: review+
dev+webkit: commit-queue-
Matt Lilek
Comment 1 2012-03-26 23:28:21 PDT
Matt Lilek
Comment 2 2012-03-27 14:16:19 PDT
Note You need to log in before you can comment on or make changes to this bug.