[PATCH] D48798: llvm-nm: Observe -no-llvm-bc for archive members
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 18 10:52:15 PDT 2018
compnerd added inline comments.
================
Comment at: test/tools/llvm-nm/X86/archive-no-llvm-bc.test:2
+; RUN: rm -rf %t && mkdir %t
+; RUN: grep -v "module asm" %s | llvm-as -o %t/embedded.bc
+; RUN: llc -I=%t -filetype=obj -o %t/obj.o %s
----------------
I dont understand this. Where is embedded.bc being used? It seems that you could completely remove this bit and still have the test work?
Repository:
rL LLVM
https://reviews.llvm.org/D48798
More information about the llvm-commits
mailing list