mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Modify the check line to be happier on windows.
llvm-svn: 138152
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user