[llvm] [polly] Slightly improve the getenv("bar") linking problem (PR #150020)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 23 03:23:20 PDT 2025
================
@@ -0,0 +1,29 @@
+//===--- AlwaysTrue.h - Helper for oqaque truthy values --*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file defines the getNonFoldableAlwaysTrue helper funtion
----------------
nikic wrote:
```suggestion
// This file defines the getNonFoldableAlwaysTrue helper function.
```
But really, this comment seems redundant.
https://github.com/llvm/llvm-project/pull/150020
More information about the llvm-commits
mailing list