pxli168 added inline comments.

================
Comment at: test/CodeGenOpenCL/generic_mangling.cl:1
@@ +1,2 @@
+// RUN: %clang_cc1 -ffake-address-space-map -emit-llvm -ffp-contract=off -x cl 
-cl-std=CL2.0 -o - %s | FileCheck %s
+
----------------
Is this enough for the new added MicrosoftMangle?

================
Comment at: tools/driver/driver.cpp:367
@@ -367,1 +366,3 @@
+    int Result = ExecuteCC1Tool(argv, argv[1] + 4);
+    return Result; // Useful for debugging to set breakpoint here
   }
----------------
I think this dubug use shuold not be in the patch.


http://reviews.llvm.org/D16539



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

Reply via email to