search for: llvm_ignore_this_getenv

Displaying 2 results from an estimated 2 matches for "llvm_ignore_this_getenv".

2020 Nov 02
6
unusual use of getenv
...uage standards and toolchains introduced since 2005 that might make the original problem go away on its own (I don't know what these might be). 3. If 1 and not 2: could we make it more obvious that this comes from LLVM for those in my situation e.g. `getenv("LLVM_IGNORE_THIS_GETENV")` or similar instead of the unhelpful "bar" variable? If it's no longer needed in any case, I can post a removal patch. Any input is appreciated. All the Best Luke [1] https://github.com/llvm/llvm-project/commit/00d5508496c1e#diff-7206f3725623127339dd17671577a6888ee3...
2020 Nov 02
4
unusual use of getenv
...5 that might > > make the original problem go away on its own (I don't know what > > these might be). > > 3. If 1 and not 2: could we make it more obvious that this comes > > from LLVM for those in my situation e.g. > > `getenv("LLVM_IGNORE_THIS_GETENV")` or similar instead of the > > unhelpful "bar" variable? > > > > If it's no longer needed in any case, I can post a removal patch. > > > > Any input is appreciated. > > > > All the Best > > > > Luke > > > &gt...