So I think maybe I should try only building the lib separately.
Is there any way to keep the testing module if we want to do the name mangling?
Search found 2 matches
- Mon Jan 06, 2020 9:07 pm
- Forum: User discussion
- Topic: ILP64 name-mangling
- Replies: 8
- Views: 2971
- Sat Jan 04, 2020 4:12 pm
- Forum: User discussion
- Topic: ILP64 name-mangling
- Replies: 8
- Views: 2971
Re: ILP64 name-mangling
If you compiled without CMake, then editing magma_mangling.h as you describe should work. But as you noticed, CMake #defines its own mangling macro, called MAGMA_GLOBAL, in the file magma_mangling_cmake.h. The quickest hack to do would be comment out magma_mangling_cmake (or #undef MAGMA_GLOBAL), a...