"llvm/lib/Target/ARM/Thumb1InstrInfo.h" did not exist on "7a73ae9a864b94a03e8200540c541db8c5e59dd7"
-
Rui Ueyama authored
The change I made in r240620 was not correct. If a symbol foo is defined, and if you use __imp_foo, __imp_foo symbol is automatically defined as a pointer (not just an alias) to foo. Now that we need to create a chunk for automatically-created symbols. I defined LocalImportChunk class for them. llvm-svn: 240622
88e0f920
Loading