diff options
Diffstat (limited to 'clang/test/Misc/win32-macho.c')
-rw-r--r-- | clang/test/Misc/win32-macho.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Misc/win32-macho.c b/clang/test/Misc/win32-macho.c index 517bde9af93..1eab5381bfa 100644 --- a/clang/test/Misc/win32-macho.c +++ b/clang/test/Misc/win32-macho.c @@ -1,2 +1,5 @@ // Check that basic use of win32-macho targets works. // RUN: %clang -fsyntax-only -target x86_64-pc-win32-macho %s + +// RUN: %clang -fsyntax-only -target x86_64-pc-win32-macho -g %s -### 2>&1 | FileCheck %s -check-prefix=DEBUG-INFO +// DEBUG-INFO: -dwarf-version={{.*}} |