summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/SymbolSize.cpp
diff options
context:
space:
mode:
authorAaron Smith <aaron.smith@microsoft.com>2018-04-11 14:56:35 +0000
committerAaron Smith <aaron.smith@microsoft.com>2018-04-11 14:56:35 +0000
commit112d6760a85c3af12f9b65391052570ef06e74d1 (patch)
tree0ead38b48609fcf3482805a8cf30e7e3619ef7f8 /llvm/lib/Object/SymbolSize.cpp
parentd0f3fe5563a96d0db9e7fc27c54a3a0b1083c715 (diff)
downloadbcm5719-llvm-112d6760a85c3af12f9b65391052570ef06e74d1.tar.gz
bcm5719-llvm-112d6760a85c3af12f9b65391052570ef06e74d1.zip
[cmake] Remove duplicate command line options from build
CMAKE_CXX_FLAGS was added twice to the command line. This causes the command line options to be doubled which works until it doesn't as not all options can be specified twice. For example, clang-cl foo.c /GS- /GS- -mllvm -small-loop-cost=1 -mllvm -small-loop-cost=1 clang (LLVM option parsing): for the -small-loop-cost option: may only occur zero or one times! llvm-svn: 329817
Diffstat (limited to 'llvm/lib/Object/SymbolSize.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud