Skip to content

Tags: cadets/loom

Tags

final

Toggle final's commit message
Fixes the filescope test.

When we moved to using the Debug data for determining filescope (a much
better approach), the old test was broken and had to be fixed.

cadets-e5

Toggle cadets-e5's commit message
Fixes "within-file" scoping for Policy files.

When multiple files are links with llvm-link calls to
getSourceFilename() return "llvm-link" as the source. This change
properly uses the debug info to the original source filename.

e2

Toggle e2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update CMake requirements to v3.3.

Today's LLVM depends on CMake's CMP0057 (`if (IN_LIST ...)` operator)
working the new way, so let's update to a version of CMake where that's
true.