summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/CoreOptions.td
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2013-01-23 22:08:46 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2013-01-23 22:08:46 +0000
commit563d33a6f1157c90d29fde58e8b368c86dd1eacc (patch)
tree5862503d7b1a57d1b87d70bd5d4c636e299780c9 /lld/lib/Driver/CoreOptions.td
parent4f2162f8f820ab95413077bdc3433a785cbcbab7 (diff)
downloadbcm5719-llvm-563d33a6f1157c90d29fde58e8b368c86dd1eacc.tar.gz
bcm5719-llvm-563d33a6f1157c90d29fde58e8b368c86dd1eacc.zip
[ELF] Read IFUNC symbols correctly as typeResolver.
llvm-svn: 173299
Diffstat (limited to 'lld/lib/Driver/CoreOptions.td')
-rw-r--r--lld/lib/Driver/CoreOptions.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/lib/Driver/CoreOptions.td b/lld/lib/Driver/CoreOptions.td
index 143e9974f40..7c5c6d43601 100644
--- a/lld/lib/Driver/CoreOptions.td
+++ b/lld/lib/Driver/CoreOptions.td
@@ -1,5 +1,6 @@
include "llvm/Option/OptParser.td"
+def core : Flag<["-"], "core">;
def flavor : Separate<["-"], "flavor">;
def target : Separate<["-"], "target">, HelpText<"Target triple to link for">;
def mllvm : Separate<["-"], "mllvm">, HelpText<"Options to pass to LLVM">;
OpenPOWER on IntegriCloud