[PATCH] D16539: [FIX] 26194 - LLVM crash in CXXNameMangler::mangleType
Xiuli PAN via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 1 18:58:11 PST 2016
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
More information about the cfe-commits
mailing list