report target error if llvm-target not set
This commit is contained in:
@@ -193,7 +193,7 @@ func TestUseTarget(t *testing.T) {
|
||||
{
|
||||
name: "Cortex-M Target",
|
||||
targetName: "cortex-m",
|
||||
expectError: false,
|
||||
expectError: true,
|
||||
expectLLVM: "",
|
||||
expectCPU: "",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user