[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Object / X86 / irsymtab-asm.ll
blob487dc37b6571d610f6c42b13b64c6daf06cf1b2b
1 ; Check that we correctly handle the case where we have inline asm and the
2 ; target is not registered. In this case we shouldn't emit an irsymtab.
4 ; RUN: llvm-as -o %t %s
5 ; RUN: llvm-bcanalyzer -dump %t | FileCheck --check-prefix=AS %s
7 ; AS-NOT: <SYMTAB_BLOCK
9 ; RUN: opt -o %t2 %s
10 ; RUN: llvm-bcanalyzer -dump %t2 | FileCheck --check-prefix=OPT %s
12 ; OPT: <SYMTAB_BLOCK
14 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
15 target triple = "x86_64-unknown-linux-gnu"
17 module asm "ret"