summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-nm/X86/archive-no-llvm-bc.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-nm][llvm-size] Use --double-dash options in testsFangrui Song2019-04-261-1/+1
| | | | llvm-svn: 359308
* llvm-nm: Observe -no-llvm-bc for archive membersDave Lee2019-02-161-0/+15
Summary: This change fixes the `-no-llvm-bc` flag to work with object files within archives. Currently the `-no-llvm-bc` flag works for regular object files, but not static libraries, where it continues to show bitcode symbol info. Original support was added in D4371. Reviewers: compnerd, smeenai, pcc Reviewed By: compnerd Subscribers: rupprecht, keith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D48798 llvm-svn: 354196
OpenPOWER on IntegriCloud