mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 21:20:29 +00:00
Add crufty compatibility stuff for ld
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5813 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1c8153d63
commit
a856db22fa
@ -55,6 +55,14 @@ namespace {
|
||||
cl::opt<bool>
|
||||
NoInternalize("disable-internalize",
|
||||
cl::desc("Do not mark all symbols as internal"));
|
||||
|
||||
// Compatibility options that are ignored, but support by LD
|
||||
cl::opt<std::string>
|
||||
CO3("soname", cl::Hidden, cl::desc("Compatibility option: ignored"));
|
||||
cl::opt<std::string>
|
||||
CO4("version-script", cl::Hidden, cl::desc("Compatibility option: ignored"));
|
||||
cl::opt<bool>
|
||||
CO5("eh-frame-hdr", cl::Hidden, cl::desc("Compatibility option: ignored"));
|
||||
}
|
||||
|
||||
// FileExists - Return true if the specified string is an openable file...
|
||||
|
Loading…
Reference in New Issue
Block a user