Skip to content

Commit 2dd7831

Browse files
LLVMJIT.cpp: Make the plugin work with Av1an
AkarinVS#23 When inputting vs plugins with akarin as a dependency, it will error with this (probably rust thing?): `Reactor: Unknown command line argument '-x86-asm-syntax=intel'. Try: 'Reactor --help' Reactor: Did you mean '--stats-json=intel'?` This fixes the error.
1 parent 54f8a05 commit 2dd7831

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

expr2/reactor/LLVMJIT.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ JITGlobals *JITGlobals::get()
160160
static JITGlobals instance = [] {
161161
const char *argv[] = {
162162
"Reactor",
163-
#if defined(__i386__) || defined(__x86_64__)
164-
"-x86-asm-syntax=intel", // Use Intel syntax rather than the default AT&T
165-
#endif
166163
#if LLVM_VERSION_MAJOR <= 12
167164
"-warn-stack-size=524288" // Warn when a function uses more than 512 KiB of stack memory
168165
#else

0 commit comments

Comments
 (0)