[PATCH] D68441: Ignore --export-dynamic if --relocatable is given

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 01:05:52 PDT 2019


ruiu marked 2 inline comments as done.
ruiu added inline comments.


================
Comment at: lld/test/ELF/driver.test:77
+## Attempt to use -r and --export-dynamic together
+# RUN: not ld.lld -r -export-dynamic %t -o %tfail 2>&1 | FileCheck -check-prefix=ERR12 %s
+# ERR12: -r and --export-dynamic may not be used together
----------------
grimar wrote:
> -o %tfail -> -o /dev/null
I'll do that in a follow-up patch to replace all occurrences of %tfail in this file in one shot.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68441





More information about the llvm-commits mailing list