jethrogb created this revision.
jethrogb added reviewers: jyknight, MaskRay.
jethrogb requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
When forwarding command line options to GCC, don't forward -mllvm.
Repository:
rG LLVM Github Monorepo
jethrogb added inline comments.
Comment at: clang/test/Driver/gcc_forward.c:9
// RUN: -march=x86-64 \
+// RUN: -mllvm -x86-experimental-lvi-inline-asm-hardening \
// RUN: -mlinker-version=10 -### 2> %t
This is just something I happen to know you can pass
jethrogb abandoned this revision.
jethrogb added a comment.
Actually I think this is fixed in main (was developing against 11.x).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99337/new/
https://reviews.llvm.org/D99337