зеркало из https://github.com/microsoft/clang-1.git
llvm-ld doesnt support '-g', so aovid passing that opt to it
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60428 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
3539cdb98b
Коммит
a44c278924
|
@ -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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче