compnerd closed this revision.
compnerd added a comment.
SVN r318609
Repository:
rL LLVM
https://reviews.llvm.org/D40115
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rjmccall added a comment.
This isn't changing the actual driver interface in any way, it's just dead-code
removal. Seems fine to me.
Repository:
rL LLVM
https://reviews.llvm.org/D40115
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
htt
compnerd created this revision.
Herald added subscribers: aheejin, jgravelle-google, sbc100, dschuff, jfb.
This option is not used in the frontend. Remove the method.
Repository:
rL LLVM
https://reviews.llvm.org/D40115
Files:
include/clang/Driver/ToolChain.h
lib/Driver/ToolChains/BareMe
compnerd added a comment.
@rjmccall this is quite a straightforward change, just not sure if there is
some use for this that I cant think of off the top of my head to preserve this.
Repository:
rL LLVM
https://reviews.llvm.org/D40115
___
cfe-com