mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
Add crufty compatibility stuff for ld
llvm-svn: 5813
This commit is contained in:
parent
b53f5d3a9f
commit
f53dee47b8
@ -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…
x
Reference in New Issue
Block a user