Issue 125071
Summary Missing some symbol definitions in module build
Labels clang:modules
Assignees
Reporter hokein
    Originally reported in https://issues.chromium.org/issues/390537876.

The minimal testcase is at https://github.com/hokein/module-bugs/tree/main/undefine

```
$ CLANG=/llvm-project/build-debug/bin/clang ./run.sh

$
... 
util.cc:(.text._Z1fv[_Z1fv]+0x5): undefined reference to `void x<int>()'
clang: error: linker command failed with exit code 1 (use -v to see invocation)                  
```



_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to