diff options
author | Cyndy Ishida <cyndy_ishida@apple.com> | 2019-09-11 21:35:28 +0000 |
---|---|---|
committer | Cyndy Ishida <cyndy_ishida@apple.com> | 2019-09-11 21:35:28 +0000 |
commit | bc40836a433dbc67b18b3faedbe39ff79628d3e1 (patch) | |
tree | 83d1bafca10e9a931d5964843884d4c6d1446d07 /llvm/lib/Object/TapiFile.cpp | |
parent | 48eb4a27d1d1f2f6e7f6036d47fb282e6eb49310 (diff) | |
download | bcm5719-llvm-bc40836a433dbc67b18b3faedbe39ff79628d3e1.tar.gz bcm5719-llvm-bc40836a433dbc67b18b3faedbe39ff79628d3e1.zip |
Revert [llvm-nm] Add tapi file support
This reverts r371576 (git commit f88f46358dbffa20af3b054a9346e5154789d50f)
llvm-svn: 371676
Diffstat (limited to 'llvm/lib/Object/TapiFile.cpp')
-rw-r--r-- | llvm/lib/Object/TapiFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/TapiFile.cpp b/llvm/lib/Object/TapiFile.cpp index 1c8fdc0d314..4d9fe7d9e8a 100644 --- a/llvm/lib/Object/TapiFile.cpp +++ b/llvm/lib/Object/TapiFile.cpp @@ -40,7 +40,7 @@ static uint32_t getFlags(const Symbol *Sym) { TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &interface, Architecture Arch) - : SymbolicFile(ID_TapiFile, Source), Arch(Arch) { + : SymbolicFile(ID_TapiFile, Source) { for (const auto *Symbol : interface.symbols()) { if (!Symbol->getArchitectures().has(Arch)) continue; |