mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
Fix rpath-link handling
Summary: After r333596, rpath-link no longer consumes the following argument, and the path argument left by it confuses LLD. Reviewers: espindola, ruiu Reviewed By: ruiu Subscribers: ruiu, emaste, arichardson, llvm-commits Differential Revision: https://reviews.llvm.org/D47591 llvm-svn: 333686
This commit is contained in:
parent
2980b01995
commit
1cb31049af
@ -462,7 +462,7 @@ def: F<"no-ctors-in-init-array">;
|
||||
def: F<"no-keep-memory">;
|
||||
def: F<"no-mmap-output-file">;
|
||||
def: F<"no-warn-mismatch">;
|
||||
def: J<"rpath-link">;
|
||||
def: Separate<["--", "-"], "rpath-link">;
|
||||
def: J<"rpath-link=">;
|
||||
def: F<"sort-common">;
|
||||
def: F<"stats">;
|
||||
|
Loading…
Reference in New Issue
Block a user