mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-28 20:29:11 +00:00
Fail linking on undefined
This commit is contained in:
parent
07acc64d33
commit
a66fddc0fa
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ pub fn compile_bitcode(
|
||||||
compile_to_exec.set_isa_name(gcn_arch)?;
|
compile_to_exec.set_isa_name(gcn_arch)?;
|
||||||
compile_to_exec.set_language(Language::LlvmIr)?;
|
compile_to_exec.set_language(Language::LlvmIr)?;
|
||||||
let common_options = [
|
let common_options = [
|
||||||
|
c"-Xlinker",
|
||||||
|
c"--no-undefined",
|
||||||
c"-mllvm",
|
c"-mllvm",
|
||||||
c"-ignore-tti-inline-compatible",
|
c"-ignore-tti-inline-compatible",
|
||||||
// c"-mllvm",
|
// c"-mllvm",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue