mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
llvm-ld doesnt support '-g', so aovid passing that opt to it
llvm-svn: 60428
This commit is contained in:
@@ -259,7 +259,6 @@ def main(args):
|
||||
# wrong.
|
||||
if arg in ('-g', '-gdwarf-2'):
|
||||
compile_opts.append('-g')
|
||||
link_opts.append(arg)
|
||||
|
||||
# Options with one argument that should pass through to compiler
|
||||
if arg in [ '-include', '-idirafter', '-iprefix',
|
||||
|
||||
Reference in New Issue
Block a user