[PATCH] D138306: [bolt] Pass %cflags in test/X86/is-strip.s

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 09:09:33 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG685f671e1d00: [bolt] Pass %cflags in test/X86/is-strip.s (authored by thakis).
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138306/new/

https://reviews.llvm.org/D138306

Files:
  bolt/test/X86/is-strip.s


Index: bolt/test/X86/is-strip.s
===================================================================
--- bolt/test/X86/is-strip.s
+++ bolt/test/X86/is-strip.s
@@ -1,6 +1,6 @@
 # This test checks whether a binary is stripped or not.
 
-# RUN: %clang++ %p/Inputs/linenumber.cpp -o %t -Wl,-q
+# RUN: %clang++ %cflags %p/Inputs/linenumber.cpp -o %t -Wl,-q
 # RUN: llvm-bolt %t -o %t.out 2>&1 | FileCheck %s -check-prefix=CHECK-NOSTRIP
 # RUN: cp %t %t.stripped
 # RUN: llvm-strip -s %t.stripped


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138306.476508.patch
Type: text/x-patch
Size: 490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221118/e7eb3131/attachment.bin>


More information about the llvm-commits mailing list