[llvm-dev] RFC: Import of Integer Set Library into LLVM source tree

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Fri Jan 19 06:56:12 PST 2018


On Mon, Jan 15, 2018 at 05:52:02PM +0100, Michael Kruse via llvm-dev wrote:
> * The library is named LLVMISL and contained in the lib/ISL folder to
> work best with LLVM's component system. The component's name "ISL" was
> chosen over "isl" as it matches the capitalization of other
> two/three-letter-acronym components.

Are the ISL sources themselve put into a namespace under llvm? That's my
primary concern: a program wanting to use a random ISL version and LLVM
at the same time.

Joerg


More information about the llvm-dev mailing list