Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/crystal/codegen/target_machine.cr
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ module Crystal
module TargetMachine
def self.create(target_triple, cpu = "", features = "", release = false) : LLVM::TargetMachine
case target_triple
when /^(x86_64|i[3456]86)/
when /^(x86_64|i[3456]86|amd64)/
LLVM.init_x86
when /^arm/
LLVM.init_arm

0 comments on commit 5e4e05a

Please sign in to comment.