[cfe-commits] r138152 - /cfe/trunk/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
Eric Christopher
echristo at apple.com
Fri Aug 19 16:46:18 PDT 2011
Author: echristo
Date: Fri Aug 19 18:46:18 2011
New Revision: 138152
URL: http://llvm.org/viewvc/llvm-project?rev=138152&view=rev
Log:
Modify the check line to be happier on windows.
Modified:
cfe/trunk/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
Modified: cfe/trunk/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp?rev=138152&r1=138151&r2=138152&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp Fri Aug 19 18:46:18 2011
@@ -3,7 +3,7 @@
// functions. Will not assemble if it fails to.
// RUN: %clang_cc1 -emit-llvm -g -o - %s | FileCheck %s
-// CHECK: @"\01f\01oo"
+// CHECK: f\01oo"
int foo __asm__("f\001oo");
int bar() {
More information about the cfe-commits
mailing list