зеркало из https://github.com/microsoft/clang.git
Modify the check line to be happier on windows.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138152 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
56a89eace2
Коммит
51abac1f2c
|
@ -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() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче