diff options
author | Rui Ueyama <ruiu@google.com> | 2016-08-04 02:03:29 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-08-04 02:03:29 +0000 |
commit | c163318b212d839bfb40aaa6e11c1e07141350fc (patch) | |
tree | f6adc4b53ff2515ac8de60cfb7b1864d365ed487 /llvm/lib/IR/AsmWriter.cpp | |
parent | 104165643ee017aa38b620d96ee2bb808293ab45 (diff) | |
download | bcm5719-llvm-c163318b212d839bfb40aaa6e11c1e07141350fc.tar.gz bcm5719-llvm-c163318b212d839bfb40aaa6e11c1e07141350fc.zip |
Remove buggy PROVIDE-in-output-description command.
With the previous change, it is now obvious that readProvide in
this context appended new commands to a wrong command list.
It was mistakenly adding new commands to the top level.
Thus, all commands inside output section descriptions were
interpreted as they were written on top level.
PROVIDE command naturally requires symbol assignment support
in the output section description. We don't have that one yet.
I removed the implementation because there's no way to fix it now.
We can resurrect the test once we support the symbol assignment
(with a modification to detect errors that we failed to find as
described.)
llvm-svn: 277687
Diffstat (limited to 'llvm/lib/IR/AsmWriter.cpp')
0 files changed, 0 insertions, 0 deletions