[Lldb-commits] [lldb] ce3ce9f - [lldb] Force the preprocessor to run in thread-step-out-ret-addr-check.test

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Sat Dec 21 03:23:32 PST 2019


Author: Pavel Labath
Date: 2019-12-21T12:25:02+01:00
New Revision: ce3ce9f46404688cc2d95f794799c8f834630905

URL: https://github.com/llvm/llvm-project/commit/ce3ce9f46404688cc2d95f794799c8f834630905
DIFF: https://github.com/llvm/llvm-project/commit/ce3ce9f46404688cc2d95f794799c8f834630905.diff

LOG: [lldb] Force the preprocessor to run in thread-step-out-ret-addr-check.test

It does not seem to run automatically on windows.

Added: 
    

Modified: 
    lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test b/lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test
index ec73bd808c24..36e106970201 100644
--- a/lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test
+++ b/lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test
@@ -3,7 +3,7 @@
 
 # REQUIRES: target-x86_64
 
-# RUN: %clang_host %p/Inputs/call-asm.c %p/Inputs/thread-step-out-ret-addr-check.s -o %t
+# RUN: %clang_host %p/Inputs/call-asm.c -x assembler-with-cpp %p/Inputs/thread-step-out-ret-addr-check.s -o %t
 # RUN: %lldb %t -s %s -b 2>&1 | FileCheck %s
 
 breakpoint set -n nonstandard_stub


        


More information about the lldb-commits mailing list