[PATCH] D99337: Don't pass -mllvm to gcc

2021-03-25 Thread Jethro Beekman via Phabricator via cfe-commits
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

[PATCH] D99337: Don't pass -mllvm to gcc

2021-03-25 Thread Jethro Beekman via Phabricator via cfe-commits
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

[PATCH] D99337: Don't pass -mllvm to gcc

2021-03-25 Thread Jethro Beekman via Phabricator via cfe-commits
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