Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/CMakeLists.txt | ||
---|---|---|
43 | OOC why `, instead of just `? |
mlir/CMakeLists.txt | ||
---|---|---|
43 | Bad copy paste :) |
Comment Actions
Ugh, I thought such check is not necessary. It is difficult to enumerate every incorrect configuration users may use.. -Bsymbolic isn't very common anyway.
Comment Actions
The thing is that we don't need to enumerate every potential configuration, we can just assert things for which we get bug reports :)
It seems to me like a cheap cost to save some users some pain.
OOC why `, instead of just `?