search for: 158051c8

Displaying 1 result from an estimated 1 matches for "158051c8".

Did you mean: 158011.8
2018 Sep 05
2
Environment variables
Is there an LLVM-ish way to handle environment variables? Specifically, I want to check existence and/or value of an environment variable and take appropriate action. I was kind of surprised that LLVM doesn't seem to have any special/optimized way to deal with environment variables. The one Stackoverflow I found on it suggested using getenv(). Thanks! -David