Linux: "LLVM Profile Error" written to stderr when running unit tests #202
Labels
Area-Translation
Issues concerning the translation from libclang into Biohazrd
Concept-OutputFriendliness
Issues concerning the friendliness of using the Biohazrd output
External
Issues which represent work which affects Biohazrd but needs to happen outside of Biohazrd
Platform-Linux
Issues specific to Linux
The following message is printed to stderr many times after running unit tests:
Searching this error does not reveal anything particularly relevant or useful at a glance, everything's about some setting in Xcode.
This doesn't have any negative impact on actual Biohazrd operation, but it's annoying. Also in theory it might actually write this file to undesired places if it was possible. (It's not clear why permission is being denied in this case.) Additionally if Clang is actually putting extra effort into capturing some sort of profiling data we don't want it to do that.
TODO: Determine if this affects generators too. (Right now I'm only running the tests.)
The text was updated successfully, but these errors were encountered: