[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:52:47 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:
> nathanchance wrote:
> > 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.
> > 
> > 
> Ah, I missed the parent revision relationship between the two patches.  Does phabricator UI show this relation anywhere?
I see it right above my subscription to this revision.

```
void added a parent revision: D65304: [MC] Don't recreate a label if it's already used.
```


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