Skip to content

Community

Gary Klimowicz edited this page Feb 21, 2020 · 14 revisions

Mailing lists

We also have an LLVM-sponsored flang-dev list for Flang. This is used both for new f18 flang and the currently available flang compiler:

https://lists.llvm.org/cgi-bin/mailman/listinfo/flang-dev.

We have older mailing lists for announcements and developers. These are not used as much as the LLVM lists. Here's the link with the sign-up information:

http://lists.flang-compiler.org/mailman/listinfo

We have a flang-compiler channel on Slack. Slack is invitation only but anyone can join. Here's the link:

https://join.slack.com/t/flang-compiler/shared_invite/MjExOTEyMzQ3MjIxLTE0OTk4NzQyNzUtODQzZWEyMjkwYw

Reporting Bugs

Please submit bugs and requests for enhancements via the Issues link.

Contributing Code

The Flang project is now licensed under the new Apache 2.0 with LLVM Exceptions license. Details of the LLVM relicensing effort and structure of the new file headers can be found here:

https://llvm.org/foundation/relicensing/

We no longer require contributor license agreements to incorporate changes to Flang. Files submitted to Flang should include the standard LLVM header, similar to this:

//===-- file/name - File description ----------------------------*- 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
//
//===----------------------------------------------------------------------===//
Clone this wiki locally