From 4b9a37a3b7171f8f5fe0240e393ae170c5b36e39 Mon Sep 17 00:00:00 2001 From: "rafiearsyad@gmail.com" Date: Wed, 17 May 2023 13:50:02 +0700 Subject: [PATCH] Making it work --- expr2/reactor/LLVMJIT.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/expr2/reactor/LLVMJIT.cpp b/expr2/reactor/LLVMJIT.cpp index 9cde935..69ed07a 100644 --- a/expr2/reactor/LLVMJIT.cpp +++ b/expr2/reactor/LLVMJIT.cpp @@ -149,9 +149,6 @@ JITGlobals *JITGlobals::get() static JITGlobals instance = [] { const char *argv[] = { "Reactor", -#if defined(__i386__) || defined(__x86_64__) - "-x86-asm-syntax=intel", // Use Intel syntax rather than the default AT&T -#endif #if LLVM_VERSION_MAJOR <= 12 "-warn-stack-size=524288" // Warn when a function uses more than 512 KiB of stack memory #else