tinti marked 2 inline comments as done.

================
Comment at: lib/Frontend/CompilerInvocation.cpp:459
@@ +458,3 @@
+    StringRef Value = A->getValue();
+    bool Valid = llvm::StringSwitch<bool>(Value)
+                     .Case("default", true)
----------------
This part of the code does not include TargetOptions.h (so EABI is an undefined 
type). Can I add it here?


Repository:
  rL LLVM

http://reviews.llvm.org/D14184



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to