forked from OSchip/llvm-project
Modify the check line to be happier on windows.
llvm-svn: 138152
This commit is contained in:
parent
862f8ecf55
commit
19eb735e27
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue