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

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 11:28:52 PDT 2019


nickdesaulniers 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 - \
----------------
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?


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