[PATCH] D65352: [CodeGen] Require a name for a block addr target

Nathan Chancellor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 11:46:34 PDT 2019


nathanchance added inline comments.


================
Comment at: test/CodeGen/X86/callbr-asm-obj-file.ll:1
+; RUN: llc < %s -mtriple=x86_64-linux-gnu -filetype=obj -o - \
+; RUN:  | llvm-objdump -triple x86_64-linux-gnu -d - \
----------------
nickdesaulniers wrote:
> When I run this test case locally, I get:
> 
> ```
> $ llc < callbr-asm-obj-file.ll -filetype=obj -mtriple=x86_64-linux-gnu
> <unknown>:0: error: Undefined temporary symbol
> ```
> 
> Am I holding it wrong?
Do you have D65304 as well? With just this patch, I see that same error but with both patches, this test case works as expected.




Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65352/new/

https://reviews.llvm.org/D65352





More information about the llvm-commits mailing list