vast icon indicating copy to clipboard operation
vast copied to clipboard

Mismatched target triple in llvm codegen.

Open xlauko opened this issue 1 year ago • 1 comments

vast-front -cc1 -triple x86_64-unknown-linux-gnu -emit-llvm test.c

On mac fails with error: backend data layout does not match expected target description.

Generated module has: target triple = "x86_64-apple-darwin22.6.0"

xlauko avatar Sep 05 '23 09:09 xlauko

Was not able to replicate on my local machine.

lkorenc avatar Feb 19 '24 14:02 lkorenc