Description
via https://lore.kernel.org/llvm/[email protected]/
it looks like:
void foo(void) {
asm volatile("tlbilxlpid");
}
produces:
<source>:2:18: error: invalid instruction
asm volatile("tlbilxlpid");
^
<inline asm>:1:2: note: instantiated into assembly here
tlbilxlpid
^~~~~~~~~~
for --target=powerpc-linux-gnu
. I wonder if clang is missing support for this instruction (or perhaps it's an alias to something that clang does understand).
Metadata
Metadata
Assignees
Type
Projects
Status
Done