mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 09:21:13 +00:00
Add compatibility option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a12f1e79bb
commit
6ac79d115e
@ -68,6 +68,8 @@ namespace {
|
||||
CO4("version-script", cl::Hidden, cl::desc("Compatibility option: ignored"));
|
||||
cl::opt<bool>
|
||||
CO5("eh-frame-hdr", cl::Hidden, cl::desc("Compatibility option: ignored"));
|
||||
cl::opt<bool>
|
||||
CO6("r", 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